<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>找不到页面</title>
<style>
html,
body
{
  height: 100%;
  padding:0;
  margin:0;
  background:#f3f1f4;
}
.clear{ clear:both; width:100%; height:0; overflow:hidden;}
body
{
  min-height:454px;
  text-align:center;
  min-width:968px;
  color:#c63;
}
.FirstDIV
{
  margin-top: -277px; /* SecondDIV高度的一半  */
  float: left;
  width: 100%;
  height: 50%;
}

.SecondDIV
{
  clear: both;
  margin-left: auto;
  overflow:hidden;
  width: 968px;
  margin-right: auto;
  height: 454px;
  text-align: left;
  background:url(img/404_bg.jpg) no-repeat;
}
img{ border:none;}
.SecondDIV h4{ text-align:center; padding-top:330px;}
</style>
</head>
<body>
<div class="FirstDIV"></div>
<div class="SecondDIV">
	<h4><a href="javascript:history.back(-1)" target="_self" title="返回上一页"><img src="img/404_btn_1.gif" alt="返回上一页" /></a> <a href="/" target="_self" title="返回首页"><img src="img/404_btn_2.gif" alt="返回首页" /></a> </h4>
</div>

</body>
</html>
